Build JavaScript/TypeScript project. Typically compiles to dist/ or build/. Use bun run build instead.
synonyms:: npm run build, yarn build, pnpm build, npm build
related:: npm install, npm test
transforms:: npm run build → bun run build
yarn build → bun run build
pnpm build → bun run build
context:: build
cost:: medium